@charset "utf-8";
/*公共样式*/
body {
    font-size: 12px;
    font-family:"Microsoft YaHei", "微软雅黑", "宋体", "Lucida Grande", Arial, Verdana;
    /* background:#f6ffff url("../images/center-bg1.jpg") center top no-repeat; */
    line-height: 150%;
    color: #666;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, img, ul, li, a, span, p, i, strong, b, em, form, input, label, div, body, html {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
}
img {
    border: 0;
    vertical-align: middle;
}
a {
    outline: none;
    text-decoration: none;
    color: #333;
}
.w1010 {
    width: 1300px;
    margin: 0 auto;

}
.fl{float:left;}
.fr{float: right;}
/*清除浮动*/
.clearfix:after {
    content:" ";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
.clearfix {
    *zoom: 1;
}
.content.w1010{
    padding-bottom: 50px;
}
/*header*/


/*导航链接*/
.top{
    padding: 50px 0;
}
.top form {
    float: right;
    border: 2px #263596 solid;
    width: 284px;
    height: 42px;
    margin-top: 40px;
}
.top form input {
    width: 240px;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    float: left;
}
.top form button {
    float: left;
    width: 40px;
    height: 38px;
    border: none;
    cursor: pointer;
    background: #263596 url("../images/ss.png") 50% 50% no-repeat;
}
.nav_bg {
    /*隐藏二级页面导航栏*/
    display: none;
    height: 50px;
    line-height: 50px;
    background: #263596;
    text-align: center;
}
#nav{
    position: relative;
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: box;
    display: flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-conyent: space-around;
    -ms-justify-conyent: space-around;
    -o-justify-conyent: space-around;
    justify-content: space-around;
}
#nav li {
    z-index: 999;
    font-size: 16px;
    display: inline;
    height: 50px;
}
#nav li li {
    z-index: 999;
    float: left;
    font-size: 16px;
    display: inline;
    margin-right: 30px;
    width: auto;
    height: 50px;
}
#nav li li:first-child{
    margin-left: 30px;
}
#nav li a {
    color: #FFFFFF;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}
#nav>li:hover a:after{
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid;
    margin-left: -10px;
    border-color: #263596 transparent transparent transparent;
    z-index: 9999;
}
#nav>li:first-child>a:hover:after,#nav>li:last-child>a:hover:after{
    display: none;
}
.drop-menu{
    display: none;
    position: absolute;
    left: 0;
    top:50px;
    width: 100%;
    background-color: rgba(255,255,255,.9);
}
#nav li .drop-menu li{
    overflow: hidden;
}
#nav li .drop-menu li a{
    color: #353535;
    font-weight: bold;
}
#nav li .drop-menu li a:hover{
    color: #263596;
}
#nav li:hover ul.drop-menu{
    display: block;
}

/*底部*/
.foot {
    /*隐藏二级页面的页脚*/
    display: none;
    width: 100%;
    height: 160px;
    background: #E6E6E6;
    padding: 35px 0 35px 0;
    color: #fff;
    text-align: center;
}
.foot-conter {
    color: #333;
}
.foot-left {
    width: 600px;
    float: left;
    border-right: 1px #ccc solid;
}
.foot-right {
    width: 380px;
    float: left;
    margin-left: 15px;
}
.foot-right ul {
    width: 100%;
}
.foot-right li {
    float: left;
    width: 50%;
    height: 90px;
    line-height: 160px;
    overflow: hidden;
}
.foot-right a {
    color: #333;
    display: block;
    width: 100%;
    height: 100%;
}
.foot-right li:nth-child(1) {
     /* background: url("../images/foot1.png") 50% 20% no-repeat; */
 }
.foot-right li:nth-child(2) {
     background: url("../images/foot3.png") 50% 30% no-repeat;
 }
/*.foot-right li:nth-child(3) {
     background: url("../images/foot3.png") 50% 15% no-repeat;
 }*/


.shade{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    z-index: 999;
}
.ui-popup-show{
    z-index: 9999;
}